Activities
latest
false
Banner background image
Productivity Activities
Last updated May 22, 2024

DeleteItems

Deletes SharePoint List Items from the specified list.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

Assembly: UiPath.MicrosoftOffice365.Activities.Api (in UiPath.MicrosoftOffice365.Activities.Api.dll)

Syntax

DataTable DeleteItems(
	ISharepointList list,
	IEnumerable<string> columns = null,
	SharepointItemFilter filter = null
)DataTable DeleteItems(
	ISharepointList list,
	IEnumerable<string> columns = null,
	SharepointItemFilter filter = null
)

Parameters

list ISharepointList
The SharePoint list for which to delete the items.
columns IEnumerable<String> (Optional)
A list of column names to be retrieved. Use either display names or column names respecting the list setting. If omitted all known editable user columns will be fetched.
filter SharepointItemFilter (Optional)
Filter the items retrieved based on the available SharePoint List columns.

Return value

DataTable - The SharePoint list items deleted as a dynamic DataTable.
  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.